[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Enumerate all the items in this view.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
C# |
---|
public override sealed IEnumerator<T> GetEnumerator() |
Visual Basic (Declaration) |
---|
Public Overrides NotOverridable Function GetEnumerator As IEnumerator(Of T) |
Visual C++ |
---|
public:
virtual IEnumerator<T>^ GetEnumerator () override sealed |
Return Value
An IEnumerator<T> with the items in this view.
See Also